home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / H-i586-cygwin32 / i586-cygwin32 / include / io.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-04  |  284 b   |  19 lines

  1. #ifndef _IO_H_
  2. #define _IO_H_
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif /* __cplusplus */
  7.  
  8. /*
  9.  * Function to return a Win32 HANDLE from a fd.
  10.  */
  11. extern long get_osfhandle(int);
  12. extern setmode (int __fd, int __mode);
  13.  
  14. #ifdef __cplusplus
  15. };
  16. #endif /* __cplusplus */
  17.  
  18. #endif /* _IO_H_ */
  19.